home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / irsim-ca.2 / irsim-ca / irsim-cap-9.2 / src / ana11 / MAKEFILE < prev    next >
Text File  |  1995-11-03  |  3KB  |  142 lines

  1. SRCS = analyzer.c base.c convert.c coords.c deltaT.c event.c defaults.c graphics.c icon.c menu.c movetot.c movetrace.c namelen.c postscript.c setsteps.c scrollbar.c textwind.c update.c window.c wm.c zoom.c
  2. OBJS = analyzer.o base.o convert.o coords.o deltaT.o event.o defaults.o graphics.o icon.o menu.o movetrace.o movetot.o namelen.o postscript.o setsteps.o scrollbar.o textwind.o update.o window.o wm.o zoom.o
  3. HDSR = ../include/net.h
  4. SYSF =
  5. CSW = -O
  6. CDIRS = -I../include
  7. CFLAGS = $(CDIRS) $(CSW) $(SYSF)
  8. ana.o : $(OBJS)
  9.     ld -r -o ana.o $(OBJS) 
  10. anXhelper : anXhelper.c
  11.     cc $(CSW) $(SYSF) -o anXhelper anXhelper.c
  12. $(SRCS) : 
  13.     co $@
  14. zoom.o: \
  15.     ana.h \
  16.     ../include/net.h \
  17.     ../include/defs.h \
  18.     ana_glob.h
  19. wm.o: \
  20.     ana.h \
  21.     ../include/net.h \
  22.     ../include/defs.h \
  23.     ana_glob.h
  24. window.o: \
  25.     ana.h \
  26.     ../include/net.h \
  27.     ../include/defs.h \
  28.     graphics.h \
  29.     ana_glob.h
  30. update.o: \
  31.     ana.h \
  32.     ../include/net.h \
  33.     ../include/defs.h \
  34.     ana_glob.h
  35. textwind.o: \
  36.     ana.h \
  37.     ../include/net.h \
  38.     ../include/defs.h \
  39.     ana_glob.h \
  40.     graphics.h
  41. scrollbar.o: \
  42.     ana.h \
  43.     ../include/net.h \
  44.     ../include/defs.h \
  45.     ana_glob.h \
  46.     graphics.h
  47. setsteps.o: \
  48.     ana.h \
  49.     ../include/net.h \
  50.     ../include/defs.h \
  51.     ana_glob.h
  52. postscript.o: \
  53.     ana.h \
  54.     ../include/net.h \
  55.     ../include/defs.h \
  56.     ana_glob.h
  57. namelen.o: \
  58.     ana.h \
  59.     ../include/net.h \
  60.     ../include/defs.h \
  61.     ana_glob.h
  62. movetrace.o: \
  63.     ana.h \
  64.     ../include/net.h \
  65.     ../include/defs.h \
  66.     ana_glob.h \
  67.     graphics.h
  68. movetot.o: \
  69.     ana.h \
  70.     ../include/net.h \
  71.     ../include/defs.h \
  72.     ana_glob.h
  73. menu.o: \
  74.     ana.h \
  75.     ../include/net.h \
  76.     ../include/defs.h \
  77.     ana_glob.h \
  78.     graphics.h
  79. icon.o: \
  80.     ana.h \
  81.     ../include/net.h \
  82.     ../include/defs.h \
  83.     graphics.h \
  84.     ana_glob.h \
  85.     Bitmaps/opus
  86. graphics.o: \
  87.     ana.h \
  88.     ../include/net.h \
  89.     ../include/defs.h \
  90.     graphics.h \
  91.     ana_glob.h \
  92.     Bitmaps/gray \
  93.     Bitmaps/xpat \
  94.     Bitmaps/left_arrows \
  95.     Bitmaps/right_arrows \
  96.     Bitmaps/left_curs \
  97.     Bitmaps/left_mask \
  98.     Bitmaps/right_curs \
  99.     Bitmaps/right_mask \
  100.     Bitmaps/chk \
  101.     Bitmaps/iconbox \
  102.     Bitmaps/sizebox \
  103.     Bitmaps/select
  104. defaults.o: \
  105.     ana.h \
  106.     ../include/net.h \
  107.     ../include/defs.h \
  108.     ana_glob.h
  109. event.o: \
  110.     ana.h \
  111.     ../include/net.h \
  112.     ../include/defs.h \
  113.     ana_glob.h \
  114.     graphics.h \
  115.     helper.h
  116. deltaT.o: \
  117.     ana.h \
  118.     ../include/net.h \
  119.     ../include/defs.h \
  120.     ana_glob.h \
  121.     graphics.h
  122. coords.o: \
  123.     ana.h \
  124.     ../include/net.h \
  125.     ../include/defs.h \
  126.     ana_glob.h
  127. convert.o: \
  128.     ana.h \
  129.     ../include/net.h \
  130.     ../include/defs.h
  131. base.o: \
  132.     ana.h \
  133.     ../include/net.h \
  134.     ../include/defs.h \
  135.     ana_glob.h \
  136.     graphics.h
  137. analyzer.o: \
  138.     ana.h \
  139.     ../include/net.h \
  140.     ../include/defs.h \
  141.     ana_glob.h
  142.